home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-15 | 690 b | 24 lines | [TEXT/MPS ] |
- //
- // ExtLibraryRoutines.c
- //
- // ExtLibraryRoutines.c
- //
- // The purpose of this file is to consolidate
- // all the Installer external routines into one
- // library that can be linked to the action atom
- // object file. Please note that these external
- // routines were introduced with the 4.0 action
- // atom format ( format2 ). Earlier formats of the
- // action atom do not support these external routines.
- //
- // Kevin Aitken - 08/08/94
- //
- // Copyright 1993-1994, Apple Computer, Inc., All Rights Reserved
- //
-
- #include "CallbackDispatcherHeader.h"
- #include "ActionAtomCBGlue.c"
- #include "ActionHandlerCBGlue.c"
- #include "AtomExtenderCBGlue.c"
- #include "InstallerMemoryCBGlue.c"
-